Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentOrderCollection Class / FindIndex Method / FindIndex(Int32,Predicate<Object>) Method

In This Topic
    FindIndex(Int32,Predicate<Object>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal startIndex As System.Integer, _
       ByVal match As System.Predicate(Of Object) _
    ) As System.Integer
    public System.int FindIndex( 
       System.int startIndex,
       System.Predicate<object> match
    )

    Parameters

    startIndex
    match
    See Also